func internal/strconv.isPowerOfTwo

2 uses

	internal/strconv (current package)
		itoa.go#L103: 	if isPowerOfTwo(base) {
		itoa.go#L147: func isPowerOfTwo(x int) bool {